projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7d6bda
)
(debug-on-quit): Define like debug-on-error.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 20 Jul 1997 17:40:40 +0000
(17:40 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 20 Jul 1997 17:40:40 +0000
(17:40 +0000)
lisp/cus-start.el
patch
|
blob
|
history
diff --git
a/lisp/cus-start.el
b/lisp/cus-start.el
index e3950dd82ec883f72192d7042a6ea6c3fac6eb9c..efa46c37bda7fbe30b9833b6329577716f501ce8 100644
(file)
--- a/
lisp/cus-start.el
+++ b/
lisp/cus-start.el
@@
-93,7
+93,12
@@
(symbol :format "%v"))
(const :tag "always" t)))
(debug-ignored-errors debug (repeat (choice symbol regexp)))
- (debug-on-quit debug choice)
+ (debug-on-quit debug
+ (choice (const :tag "off")
+ (repeat :menu-tag "When"
+ :value (nil)
+ (symbol :format "%v"))
+ (const :tag "always" t)))
;; fileio.c
(insert-default-directory minibuffer boolean)
;; frame.c